home *** CD-ROM | disk | FTP | other *** search
/ PC World 2006 December / PCWorld_2006-12_cd.bin / v cisle / ophcrack / ophcrack-win32-installer-2.3.3.exe / install_script.iss
Text File  |  2006-10-21  |  8KB  |  145 lines

  1. ;InnoSetupVersion=5.1.2
  2.  
  3. [Setup]
  4. AppName=ophcrack
  5. AppVerName=ophcrack 2.3.3
  6. AppId={{7A73CECC-DC5E-4BA1-8FA3-B8187ED47D59}
  7. DefaultDirName={pf}\ophcrack
  8. DefaultGroupName=ophcrack
  9. OutputBaseFilename=setup
  10. Compression=lzma
  11. PrivilegesRequired=none
  12. WizardImageFile=embedded\WizardImage0.bmp
  13. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  14.  
  15. [Files]
  16. Source: "{tmp}\isxdl.dll"; DestDir: "{tmp}"; Flags: deleteafterinstall dontcopy 
  17. Source: "{app}\win32\zlib1.dll"; DestDir: "{app}\win32"; 
  18. Source: "{app}\win32\iconv.dll"; DestDir: "{app}\win32"; 
  19. Source: "{app}\win32\intl.dll"; DestDir: "{app}\win32"; 
  20. Source: "{app}\win32\libatk-1.0-0.dll"; DestDir: "{app}\win32"; 
  21. Source: "{app}\win32\libeay32.dll"; DestDir: "{app}\win32"; 
  22. Source: "{app}\win32\libgdk_pixbuf-2.0-0.dll"; DestDir: "{app}\win32"; 
  23. Source: "{app}\win32\libgdk-win32-2.0-0.dll"; DestDir: "{app}\win32"; 
  24. Source: "{app}\win32\libglib-2.0-0.dll"; DestDir: "{app}\win32"; 
  25. Source: "{app}\win32\libfreetype-6.dll"; DestDir: "{app}\win32"; 
  26. Source: "{app}\win32\libcairo-2.dll"; DestDir: "{app}\win32"; 
  27. Source: "{app}\win32\libfontconfig-1.dll"; DestDir: "{app}\win32"; 
  28. Source: "{app}\win32\xmlparse.dll"; DestDir: "{app}\win32"; 
  29. Source: "{app}\win32\xmltok.dll"; DestDir: "{app}\win32"; 
  30. Source: "{app}\win32\libpangocairo-1.0-0.dll"; DestDir: "{app}\win32"; 
  31. Source: "{app}\win32\libgmodule-2.0-0.dll"; DestDir: "{app}\win32"; 
  32. Source: "{app}\win32\libgobject-2.0-0.dll"; DestDir: "{app}\win32"; 
  33. Source: "{app}\win32\libgthread-2.0-0.dll"; DestDir: "{app}\win32"; 
  34. Source: "{app}\win32\libgtk-win32-2.0-0.dll"; DestDir: "{app}\win32"; 
  35. Source: "{app}\win32\libpango-1.0-0.dll"; DestDir: "{app}\win32"; 
  36. Source: "{app}\win32\libpangoft2-1.0-0.dll"; DestDir: "{app}\win32"; 
  37. Source: "{app}\win32\libpangowin32-1.0-0.dll"; DestDir: "{app}\win32"; 
  38. Source: "{app}\win32\libpng13.dll"; DestDir: "{app}\win32"; 
  39. Source: "{app}\win32\ophcrack.exe"; DestDir: "{app}\win32"; 
  40. Source: "{app}\win32\etc\fonts\fonts.conf"; DestDir: "{app}\win32\etc\fonts"; 
  41. Source: "{app}\win32\etc\fonts\fonts.dtd"; DestDir: "{app}\win32\etc\fonts"; 
  42. Source: "{app}\win32\etc\gtk-2.0\gdk-pixbuf.loaders"; DestDir: "{app}\win32\etc\gtk-2.0"; 
  43. Source: "{app}\win32\etc\gtk-2.0\gtk.immodules"; DestDir: "{app}\win32\etc\gtk-2.0"; 
  44. Source: "{app}\win32\etc\gtk-2.0\gtkrc"; DestDir: "{app}\win32\etc\gtk-2.0"; 
  45. Source: "{app}\win32\etc\pango\pango.aliases"; DestDir: "{app}\win32\etc\pango"; 
  46. Source: "{app}\win32\etc\pango\pango.modules"; DestDir: "{app}\win32\etc\pango"; 
  47. Source: "{app}\win32\lib\gtk-2.0\2.4.0\engines\libwimp.dll"; DestDir: "{app}\win32\lib\gtk-2.0\2.4.0\engines"; 
  48. Source: "{app}\win32\lib\gtk-2.0\2.4.0\immodules\im-cedilla.dll"; DestDir: "{app}\win32\lib\gtk-2.0\2.4.0\immodules"; 
  49. Source: "{app}\win32\lib\pango\1.4.0\modules\pango-basic-fc.dll"; DestDir: "{app}\win32\lib\pango\1.4.0\modules"; 
  50. Source: "{app}\win32\lib\pango\1.4.0\modules\pango-basic-win32.dll"; DestDir: "{app}\win32\lib\pango\1.4.0\modules"; 
  51. Source: "{app}\win32_tools\samdump.dll"; DestDir: "{app}\win32_tools"; 
  52. Source: "{app}\win32_tools\unzip.exe"; DestDir: "{app}\win32_tools"; 
  53. Source: "{app}\win32\pixmaps\logo_os.xpm"; DestDir: "{app}\win32\pixmaps"; 
  54. Source: "{app}\win32\pixmaps\os.xpm"; DestDir: "{app}\win32\pixmaps"; 
  55. Source: "{app}\src\support.h"; DestDir: "{app}\src"; 
  56. Source: "{app}\src\callbacks.c"; DestDir: "{app}\src"; 
  57. Source: "{app}\src\callbacks.h"; DestDir: "{app}\src"; 
  58. Source: "{app}\src\interface.c"; DestDir: "{app}\src"; 
  59. Source: "{app}\src\interface.h"; DestDir: "{app}\src"; 
  60. Source: "{app}\src\main.c"; DestDir: "{app}\src"; 
  61. Source: "{app}\src\make_hash.c"; DestDir: "{app}\src"; 
  62. Source: "{app}\src\make_hash.h"; DestDir: "{app}\src"; 
  63. Source: "{app}\src\make_redux.h"; DestDir: "{app}\src"; 
  64. Source: "{app}\src\ophcrack.c"; DestDir: "{app}\src"; 
  65. Source: "{app}\src\ophcrack.h"; DestDir: "{app}\src"; 
  66. Source: "{app}\src\support.c"; DestDir: "{app}\src"; 
  67. Source: "{app}\src\Makefile.win"; DestDir: "{app}\src"; 
  68. Source: "{app}\win32_tools\bkhive2.exe"; DestDir: "{app}\win32_tools"; 
  69. Source: "{app}\win32_tools\samdump2.exe"; DestDir: "{app}\win32_tools"; 
  70. Source: "{app}\win32\lib\gtk-2.0\2.4.0\loaders\libpixbufloader-xpm.dll"; DestDir: "{app}\win32\lib\gtk-2.0\2.4.0\loaders"; 
  71. Source: "{app}\win32\pixmaps\ophcrack.ico"; DestDir: "{app}\win32\pixmaps"; 
  72. Source: "{app}\win32_tools\readme.txt"; DestDir: "{app}\win32_tools"; 
  73. Source: "{app}\AUTHORS.txt"; DestDir: "{app}"; 
  74. Source: "{app}\ChangeLog.txt"; DestDir: "{app}"; 
  75. Source: "{app}\COPYING.txt"; DestDir: "{app}"; 
  76. Source: "{app}\LICENCE.txt"; DestDir: "{app}"; 
  77. Source: "{app}\README.txt"; DestDir: "{app}"; 
  78. Source: "{app}\win32_tools\pwdump6.exe"; DestDir: "{app}\win32_tools"; 
  79. Source: "{app}\win32_tools\LsaExt.dll"; DestDir: "{app}\win32_tools"; 
  80. Source: "{app}\win32_tools\pwservice.exe"; DestDir: "{app}\win32_tools"; 
  81. Source: "{app}\LICENSE.OpenSSL.txt"; DestDir: "{app}"; 
  82.  
  83. [Dirs]
  84. Name: "{app}\win32"; 
  85. Name: "{app}\win32\lib\gtk-2.0\2.4.0\engines"; 
  86. Name: "{app}\win32\lib\gtk-2.0\2.4.0\immodules"; 
  87. Name: "{app}\win32\lib\pango\1.4.0\modules"; 
  88. Name: "{app}\win32\etc\fonts"; 
  89. Name: "{app}\win32\etc\gtk-2.0"; 
  90. Name: "{app}\win32\etc\pango"; 
  91. Name: "{app}\win32_tools"; 
  92. Name: "{app}\win32\10000"; Flags: uninsneveruninstall 
  93. Name: "{app}\win32\5000"; Flags: uninsneveruninstall 
  94. Name: "{app}\src"; 
  95. Name: "{app}\win32\pixmaps"; 
  96. Name: "{app}\win32\lib\gtk-2.0\2.4.0\loaders"; 
  97. Name: "{app}\win32\ws-20k"; Flags: uninsneveruninstall 
  98. Name: "{app}\win32\NTHASH"; Flags: uninsneveruninstall 
  99.  
  100. [Run]
  101. Filename: "{app}\win32_tools\unzip.exe"; Parameters: "ophcrack_tmp.zip -d ""{app}\win32\10000"""; WorkingDir: "{tmp}"; StatusMsg: "Decompressing Files"; Components: hash_tables10k_download; 
  102. Filename: "{app}\win32_tools\unzip.exe"; Parameters: "ophcrack_tmp.zip -d ""{app}\win32\5000"""; WorkingDir: "{tmp}"; StatusMsg: "Decompressing Files"; Components: hash_tables5k_download; 
  103. Filename: "{code:IExplorePath|iexplore.exe}"; Parameters: """http://www.objectif-securite.ch"""; StatusMsg: "Opening the startpage..."; Description: "Open the startpage in the browser"; Components: nthash_tables_dvd; Flags: nowait
  104.  
  105. [Icons]
  106. Name: "{group}\ophcrack"; Filename: "{app}\win32\ophcrack.exe"; WorkingDir: "{app}\win32"; IconFilename: "{app}\win32\pixmaps\ophcrack.ico"; 
  107. Name: "{group}\Uninstall ophcrack"; Filename: "{app}\unins000.exe"; WorkingDir: "{app}"; 
  108.  
  109. [Components]
  110. Name: "nthash_tables_dvd"; Description: "Install NTHASH tables  from DVD (8.5GB)"; Types: "custom"; ExtraDiskSpaceRequired: "9126805504"; 
  111. Name: "ext_tables_dvd"; Description: "Install extended charset tables  from DVD (7.5GB - WS-20k)"; Types: "custom"; ExtraDiskSpaceRequired: "8018046976"; 
  112. Name: "hash_tables10k_cd"; Description: "Install alphanumeric tables from CD or DVD (388MB - SSTIC04-10k)"; Types: "custom"; ExtraDiskSpaceRequired: "406847488"; 
  113. Name: "hash_tables5k_cd"; Description: "Install alphanumeric tables from CD or DVD (733MB - SSTIC04-5k)"; Types: "custom"; ExtraDiskSpaceRequired: "768606208"; 
  114. Name: "hash_tables10k_download"; Description: "Download alphanumeric tables from Internet (388MB - SSTIC04-10k)"; Types: "custom"; ExtraDiskSpaceRequired: "813694976"; 
  115. Name: "hash_tables5k_download"; Description: "Download alphanumeric tables from Internet (733MB - SSTIC04-5k)"; Types: "custom"; ExtraDiskSpaceRequired: "1537212416"; 
  116. Name: "do_nothing"; Description: "Continue without installing the tables"; Types: "custom"; 
  117.  
  118. [InstallDelete]
  119. Type: files; Name: "{tmp}\ophcrack.tmp"; 
  120.  
  121. [UninstallDelete]
  122. Type: filesandordirs; Name: "{app}\win32\10000"; 
  123. Type: filesandordirs; Name: "{app}\win32\5000"; 
  124.  
  125. [Types]
  126. Name: "full"; 
  127. Name: "compact"; 
  128. Name: "custom"; 
  129.  
  130. [CustomMessages]
  131. default.NameAndVersion=%1 version %2
  132. default.AdditionalIcons=Additional icons:
  133. default.CreateDesktopIcon=Create a &desktop icon
  134. default.CreateQuickLaunchIcon=Create a &Quick Launch icon
  135. default.ProgramOnTheWeb=%1 on the Web
  136. default.UninstallProgram=Uninstall %1
  137. default.LaunchProgram=Launch %1
  138. default.AssocFileExtension=&Associate %1 with the %2 file extension
  139. default.AssocingFileExtension=Associating %1 with the %2 file extension...
  140.  
  141. [Languages]
  142. ; These files are stubs
  143. ; To achieve better results after recompilation, use the real language files
  144. Name: "default"; MessagesFile: "embedded\default.isl"; 
  145.